Fix typo in files.texi
authorLeo Liu <sdl.web@gmail.com>
Tue, 25 Sep 2012 14:40:20 +0000 (22:40 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 25 Sep 2012 14:40:20 +0000 (22:40 +0800)
doc/lispref/ChangeLog
doc/lispref/files.texi

index 610f2c6cd4cecd6185f7aaa9fa673c47294e886a..cdb335386ff270087f949a53cf22c1802b807fc9 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-25  Leo Liu  <sdl.web@gmail.com>
+
+       * files.texi (Files): Fix typo.
+
 2012-09-12  Glenn Morris  <rgm@gnu.org>
 
        * debugging.texi (Using Debugger): Fix typo.
index dd355061c148506c3b639d712550b9674bc9bd34..96708d984e06ee52ae54aecfdc3e767cbe4d784b 100644 (file)
@@ -31,7 +31,7 @@ arguments, except where noted.  @xref{Magic File Names}, for details.
   When file I/O functions signal Lisp errors, they usually use the
 condition @code{file-error} (@pxref{Handling Errors}).  The error
 message is in most cases obtained from the operating system, according
-to locale @code{system-message-locale}, and decoded using coding system
+to locale @code{system-messages-locale}, and decoded using coding system
 @code{locale-coding-system} (@pxref{Locales}).
 
 @menu